home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Internet
/
Collection of Internet.iso
/
infosrvr
/
doc
/
www_talk.arc
/
000372_connolly@pixel.convex.com _Sat Nov 21 03:57:33 1992.msg
< prev
next >
Wrap
Internet Message Format
|
1992-11-30
|
1KB
Return-Path: <connolly@pixel.convex.com>
Received: from dxmint.cern.ch by nxoc01.cern.ch (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA05547; Sat, 21 Nov 92 03:57:33 MET
Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
id AA21282; Sat, 21 Nov 92 04:10:18 +0100
Received: from pixel.convex.com by convex.convex.com (5.64/1.35)
id AA25744; Fri, 20 Nov 92 21:10:01 -0600
Received: from localhost by pixel.convex.com (5.64/1.28)
id AA13411; Fri, 20 Nov 92 21:09:59 -0600
Message-Id: <9211210309.AA13411@pixel.convex.com>
To: marca@ncsa.uiuc.edu (Marc Andreessen)
Cc: www-talk@nxoc01.cern.ch
Subject: Re: Annotation & asynch collaboration
In-Reply-To: Your message of "Fri, 20 Nov 92 21:00:54 PST."
<9211210500.AA14826@wintermute.ncsa.uiuc.edu>
Date: Fri, 20 Nov 92 21:09:59 CST
From: Dan Connolly <connolly@pixel.convex.com>
>I've patched httpd to allow remote annotations (an enabling mechanism
>for asynchronous collaboration). My httpd accepts the following
>command:
>
>ANNOTATE /file/to/annotate?/file/of/annotation?Text describing annotation.
I'd suggest
APPEND /file/to/annotate
<a HREF="file/of/annotation">Text describing annotation</a>
.
The server could impose limits on the length of the annotation,
and it should somehow validate the syntax, I suppose.
Dan